home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / make-367.lha / make-3.67 / config.h < prev    next >
C/C++ Source or Header  |  1993-05-24  |  4KB  |  175 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* Generated automatically from configure.in by autoheader.  DO NOT EDIT!  */
  3.  
  4. /* Define if you have dirent.h.  */
  5. #define DIRENT 1
  6.  
  7. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  8. #undef HAVE_ALLOCA_H
  9.  
  10. /* Define if you have the strcoll function and it is properly defined.    */
  11. #define HAVE_STRCOLL 1
  12.  
  13. /* Define if you have unistd.h.  */
  14. #define HAVE_UNISTD_H 1
  15.  
  16. /* Define if you have vfork.h.    */
  17. #undef HAVE_VFORK_H
  18.  
  19. /* Define vfork as fork if vfork does not work.  */
  20. #undef vfork
  21.  
  22. /* Define if your struct nlist has an n_un member.  */
  23. #undef NLIST_NAME_UNION
  24.  
  25. /* Define if you have nlist.h.    */
  26. #define NLIST_STRUCT 1
  27.  
  28. /* Define if your C compiler doesn't accept -c and -o together.  */
  29. #undef NO_MINUS_C_MINUS_O
  30.  
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #define RETSIGTYPE void
  33.  
  34. /* Define if the setvbuf function takes the buffering type as its second
  35.    argument and the buffer pointer as the third, as on System V
  36.    before release 3.  */
  37. #undef SETVBUF_REVERSED
  38.  
  39. /* Define if you have the ANSI C header files.    */
  40. #undef STDC_HEADERS
  41.  
  42. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  43. #undef SYSDIR
  44.  
  45. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  46. #undef SYSNDIR
  47.  
  48. /* Define if you do not have strings.h, index, bzero, etc..  */
  49. #undef USG
  50.  
  51. /* Define if the closedir function returns void instead of int.  */
  52. #undef VOID_CLOSEDIR
  53.  
  54. /* Define if on AIX 3.
  55.    System headers sometimes define this.
  56.    We just want to avoid a redefinition error message.    */
  57. #ifndef _ALL_SOURCE
  58. #undef _ALL_SOURCE
  59. #endif
  60.  
  61. /* Define if on MINIX.    */
  62. #undef _MINIX
  63.  
  64. /* Define if on MINIX.    */
  65. #undef _POSIX_1_SOURCE
  66.  
  67. /* Define if you need to in order for stat and other things to work.  */
  68. #undef _POSIX_SOURCE
  69.  
  70. /* Define on System V Release 4.  */
  71. #undef SVR4
  72.  
  73. /* Define for Encore UMAX.  */
  74. #undef UMAX
  75.  
  76. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  77.    instead of <sys/cpustats.h>.  */
  78. #undef UMAX4_3
  79.  
  80. /* Define to `int' if <sys/types.h> doesn't define.  */
  81. #undef uid_t
  82. #undef gid_t
  83. #undef pid_t
  84.  
  85. /* Define to empty if the keyword does not work.  */
  86. #undef const
  87.  
  88. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  89. #undef DGUX
  90.  
  91. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  92. #undef GETLOADAVG_PRIVILEGED
  93.  
  94. /* Define if `union wait' is the type of the first arg to wait functions.  */
  95. #define HAVE_UNION_WAIT 1
  96.  
  97. /* Define if `sys_siglist' is declared by <signal.h>.  */
  98. #undef SYS_SIGLIST_DECLARED
  99.  
  100. /* If using the C implementation of alloca, define if you know the
  101.    direction of stack growth for your system; otherwise it will be
  102.    automatically deduced at run-time.
  103.     STACK_DIRECTION > 0 => grows toward higher addresses
  104.     STACK_DIRECTION < 0 => grows toward lower addresses
  105.     STACK_DIRECTION = 0 => direction of growth unknown
  106.  */
  107. #undef STACK_DIRECTION
  108.  
  109. /* Define to the type of elements in the array set by `getgroups'.
  110.    Usually this is either `int' or `gid_t'.  */
  111. #define GETGROUPS_T int
  112.  
  113. /* Define to the name of the SCCS `get' command.  */
  114. #define SCCS_GET "get"
  115.  
  116. /* Define if you have getdtablesize.  */
  117. #define HAVE_GETDTABLESIZE 1
  118.  
  119. /* Define if you have sys_siglist.  */
  120. #define HAVE_SYS_SIGLIST 1
  121.  
  122. /* Define if you have _sys_siglist.  */
  123. #undef HAVE__SYS_SIGLIST
  124.  
  125. /* Define if you have psignal.    */
  126. #define HAVE_PSIGNAL 1
  127.  
  128. /* Define if you have dup2.  */
  129. #define HAVE_DUP2 1
  130.  
  131. /* Define if you have getcwd.  */
  132. #define HAVE_GETCWD 1
  133.  
  134. /* Define if you have sigsetmask.  */
  135. #define HAVE_SIGSETMASK 1
  136.  
  137. /* Define if you have getgroups.  */
  138. #define HAVE_GETGROUPS 1
  139.  
  140. /* Define if you have setlinebuf.  */
  141. #define HAVE_SETLINEBUF 1
  142.  
  143. /* Define if you have setreuid.  */
  144. #undef HAVE_SETREUID
  145.  
  146. /* Define if you have setregid.  */
  147. #undef HAVE_SETREGID
  148.  
  149. /* Define if you have waitpid.    */
  150. #define HAVE_WAITPID 1
  151.  
  152. /* Define if you have wait3.  */
  153. #define HAVE_WAIT3 1
  154.  
  155. /* Define if you have the <limits.h> header file.  */
  156. #define HAVE_LIMITS_H 1
  157.  
  158. /* Define if you have the <sys/param.h> header file.  */
  159. #define HAVE_SYS_PARAM_H 1
  160.  
  161. /* Define if you have the <fcntl.h> header file.  */
  162. #define HAVE_FCNTL_H 1
  163.  
  164. /* Define if you have the <string.h> header file.  */
  165. #define HAVE_STRING_H 1
  166.  
  167. /* Define if you have the <memory.h> header file.  */
  168. #define HAVE_MEMORY_H 1
  169.  
  170. /* Define if you have the <mach/mach.h> header file.  */
  171. #undef HAVE_MACH_MACH_H
  172.  
  173. /* Define if you have the <sys/wait.h> header file.  */
  174. #define HAVE_SYS_WAIT_H 1
  175.